- Removed auto start of service in debug mode, you now need to call the Start() method to start the service or right click -> Start
- Added a StartService parameter to the Install() Method
- Windows 95/98 support. The control will simulate Windows NT service manager calls under 95/98 (same as debug mode)
30-Aug-1998 Version 1.0.5
- Added support for local/remote administration (Install, Remove, Start, Stop, Pause) of any services
- Added new properties (Mode, ServiceExe and MachineName)
- Added new method IsAdmin()
14-Sep-1998 Version 1.0.6
- First public release
21-Sep-1998 Version 1.0.7
- Corrected compil bug on x86 Demo version
31-Oct-1998 Version 1.0.8
- Corrected a problem with the 'Dependencies' property. The property was ignored when the Install() method was called
05-May-1999 Version 1.1.9
- Added: When the Install() method is called, required security priviliges are automatically granted to the user account configured to start the service.
16-May-1999 Version 1.1.10
- Corrected a problem that caused the control not to register properly under Windows 95/98
18-May-1999 Version 1.1.11
- svcit.ocx is now a separate module for Windows 95/98 and Windows NT/2000